Skip to content

Conversation

@dependabot-preview
Copy link

Bumps auto-value from 1.5 to 1.6.5.

Release notes

Sourced from auto-value's releases.

AutoValue 1.6.5

This is identical to 1.6.4 except for the following:

  • Fix an intermittent issue with AutoValue extensions and Gradle. (0cced0d)

AutoValue 1.6.4

  • More detailed exception information if AutoValue extensions cannot be loaded. (67e172e)
  • Expand the exceptions covered by the workaround for a JDK8 jar bug. (f17d298)
  • Support @​CopyAnnotations in classes generated by MemoizeExtension. (bf27cab)
  • Improved type checking for builder setter parameters. (8d6111d, efd48fd)
  • Added MoreTypes.asIntersection() (c16ef66)
  • It is a compilation error for an @​AutoOneOf property to be @​Nullable since null values are not in fact accepted. (9cf9999)
  • AutoValue extensions can now declare supported options. (175e323)
  • In AutoValue, @​CopyAnnotations.exclude now affects type annotations. (3ee205b)

AutoValue 1.6.3

  • Make AutoValue and AutoService support Gradle incremental build. Thanks to Thomas Broyer for this work. (a5673d0)
  • When hashCode() is @Memoized, equals() will be optimized to check hash codes first before other properies (34a6a03)
  • MemoizeExtension recognises @Nullable type annotations, not just method annotations. (66a57ec)
  • Remove unnecessary parentheses from the generated equals(Object) method in @AutoValue classes. (a5387a6)
  • Clarify the AutoValueExtension documentation to explain how subclassing works in the code generated by extensions. (73e848a)
  • GwtSerialization support now works in the presence of AutoValue extensions. (9cc04ec)
  • Remove the need for the java.desktop module on Java 9+. (f878642)

AutoValue 1.6.2

  • Add capability to annotate individual AutoValue fields. (96370f3)
  • Ensure AutoAnnotation works even if there is no @Generated available. (32a0ae3)
  • Use separate EscapeVelocity project rather than AutoValue's own copy. (b5b51db)
  • Delete AutoValue's copy of EscapeVelocity. (a36cc06)

AutoValue 1.6.1

  • Reformatted AutoValue source code using google-java-format. (41d78d2)
  • 9057ae8:
    Allow an Optional property to be set in a builder through a method with a @Nullable parameter.
    NOTE: As a side-effect of this change, a setter for a @Nullable property must have its parameter also marked @Nullable. Previously, if the @Nullable was not a TYPE_USE [@​Nullable](https://github.com/Nullable), it was copied from the getter to the parameter of the generated setter implementation. For TYPE_USE [@​Nullable](https://github.com/Nullable) it was already necessary to mark the setter parameter @Nullable.

  • Clarified how annotation copying works when @CopyAnnotations is not present. (0808746)
  • In @AutoValue class Foo<[@&#8203;Bar](https://github.com/Bar) T>, copy @Bar to the implementing subclass. (c830cf2)
  • If an @AutoOneOf class has @CopyAnnotations, copy class annotations to the generated subclasses. (521cc94)

Auto Value 1.6

  • @AutoValue, @AutoAnnotation, @AutoOneOf, and @Memoized are now in a separate artifact, auto-value-annotations. This allows users to specify the annotations in compile scope and the processor in an annotation processing scope, without leaking the processor to a release binary. To upgrade to this version of auto-value, you'll need to add this new artifact as a dependency. (0c488d7)

(note, this is equivalent to auto-value-1.6rc1)

Auto Value 1.6 - rc1

  • @AutoValue, @AutoAnnotation, @AutoOneOf, and @Memoized are now in a separate artifact, auto-value-annotations. This allows users to specify the annotations in compile scope and the processor in an annotation processing scope, without leaking the processor to a release binary. To upgrade to this version of auto-value, you'll need to add this new artifact as a dependency. (0c488d7)

AutoValue release 1.5.4

... (truncated)
Commits
  • 1de622f Set version number for auto-value-parent to 1.6.5.
  • 0cced0d Ensure that setUseCaches(false) is called when reading extensions.
  • 1b49c90 Merge pull request #721 from google/moe_writing_branch_from_976d6c56eb1fb8b7c...
  • 67e172e Output the full exception trace if ServiceLoader fails when looking for AutoV...
  • 70d7429 Merge pull request #719 from google/sync-master-2019/04/03
  • 976d6c5 Set the nested AutoService pom's to have the same parent (auto-service-aggreg...
  • f17d298 Expand the exceptions covered by the workaround for a JDK8 jar bug.
  • a81a9e2 Add sentence to AutoValue user guide to explain where the order of the constr...
  • cf61cff Move the META-INF/gradle resources into auto/service/processor.
  • bf27cab Support @​CopyAnnotations in classes generated by MemoizeExtension.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [auto-value](https://github.com/google/auto) from 1.5 to 1.6.5.
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.5...auto-value-1.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 6, 2019
@dependabot-preview
Copy link
Author

Superseded by #42.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.google.auto.value-auto-value-1.6.5 branch August 20, 2019 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant